in Technology by
Which of the following is a valid YAML syntax? (i)path: F:\test (ii)All the options mentioned (iii)path: F: (iv)path: "F\test"\programs

1 Answer

0 votes
by

Which of the following is a valid YAML syntax?

(i)path: F:\test

(ii)All the options mentioned

(iii)path: F:

(iv)path: "F\test"\programs

Answer is :- (i)path: F:\test

Related questions

0 votes
    YAML uses tabs for indentation, True or false? (i)True (ii)False...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    What is the output statement of the following snippet? tasks: - name: test shell: echo "hello" register: a ... any errors. 2. Syntax error because of conflicting action statements...
asked Jan 27, 2023 in Technology by JackTerrance
0 votes
    What is the output statement of the following snippet? tasks: - name: test shell: echo "hello" register: a ... any errors (ii)syntax error because of conflicting action statements...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Which module you can use to install Apache in Ubuntu OS? 1. yum 2. apt...
asked Jan 27, 2023 in Technology by JackTerrance
0 votes
    Which module can be used to force a handler to run in between two tasks? (1)meta (2)asset (3)flush (4)None of the options...
asked Jan 26, 2023 in Technology by JackTerrance
0 votes
    Which Ansible module is used to manage docker services and containers. (i)docker_login (ii)docker_container (iii)docker (iv)docker_service...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Using which module can you see the list of all the ansible variables? (i)ping (ii)fetch (iii)setup (iv)copy...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Which command tells ansible to run the playbook on all the hosts except host1? (i)ansible-playbook playbooks/ ... ansible-playbook playbooks/PLAYBOOK_NAME.yml -limit 'all:!host1'...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Which module can be used to copy files from remote machine to control machine? (i)copy (ii)move (iii)ping (iv)fetch...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Which module will you use to create a directory? (i)file (ii)fetch (iii)copy (iv)template...
asked Jan 24, 2023 in Technology by JackTerrance
0 votes
    What are the components of Ansible?...
asked Jan 29, 2023 in Technology by JackTerrance
0 votes
    What is Ansible pipelining?...
asked Jan 29, 2023 in Technology by JackTerrance
0 votes
    What is use of Ansible?...
asked Jan 29, 2023 in Technology by JackTerrance
0 votes
    What are Ansible's roles?...
asked Jan 29, 2023 in Technology by JackTerrance
0 votes
    How many modules are there in Ansible?...
asked Jan 29, 2023 in Technology by JackTerrance
...