Procházet zdrojové kódy

reverting become change. become directive is only available in ansible 1.9.x and newer.

fengor před 8 roky
rodič
revize
05cb26f239
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1
    2
      site.yml

+ 1
- 2
site.yml Zobrazit soubor

@@ -3,8 +3,7 @@
3 3
 
4 4
 - hosts: all
5 5
   user: deploy
6
-  become: True
7
-  become_method: sudo
6
+  sudo: True
8 7
   gather_facts: True
9 8
   vars_files:
10 9
     - vars/defaults.yml

Loading…
Zrušit
Uložit